html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

input {
  resize: none; }

body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article,
aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  padding: 0;
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  -ms-interpolation-mode: bicubic;
  object-fit: cover; }

*:focus {
  outline: none; }

div {
  box-sizing: border-box; }

body {
  font-family: 'open_sansregular', sans-serif;
  color: #666; }

em, i {
  font-style: normal; }

strong {
  font-weight: normal; }

.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both; }

.clearfix {
  zoom: 1; }

a {
  text-decoration: none;
  color: #666; }

a:hover {
  color: #ef7b1b;
  text-decoration: none; }

ul, ol {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

fieldset, img {
  border: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

q:before,
q:after {
  content: ""; }

input:password {
  ime-mode: disabled; }

* {
  box-sizing: border-box; }

.scope {
  min-width: 320px;
  max-width: 640px;
  margin: 0 auto; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (min-width: 1300px) {
  .wapper {
    width: 1200px;
    margin: 0 auto; } }
@media screen and (max-width: 1229px) and (min-width: 768px) {
  .wapper {
    width: 97.65625%;
    margin: 0 auto;
    padding: 1.171875%; } }
@media screen and (max-width: 1229px) and (min-width: 768px) {
  nav .wapper {
    width: 97.65625%;
    margin: 0 auto;
    padding: 0; } }
@media screen and (max-width: 767px) and (min-width: 480px) {
  .wapper {
    width: 98%;
    margin: 0 auto;
    padding: 1%; } }
@media screen and (max-width: 767px) and (min-width: 480px) {
  nav .wapper {
    width: 98%;
    margin: 0 auto;
    padding: 0; } }
.col {
  float: left;
  margin-left: 3.2%;
  margin-bottom: 30px;
  display: block; }

.grid4 .col {
  width: 22.6%; }

.grid3 .col {
  width: 31.2%; }

.grid2 .col {
  width: 48.4%; }

.grid3 .col:nth-of-type(1), .grid2 .col:nth-of-type(1), .grid4 .col:nth-of-type(1) {
  margin-left: 0; }

@media screen and (max-width: 768px) {
  .index-about-1, .index-product, .index-news, footer .left, footer .right, .right, .col {
    width: 100% !important;
    margin-left: 0 !important;
    clear: none !important; }

  .left {
    display: none; } }
strong, strong a {
  font-weight: bold; }

.box {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%; }

.content {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  text-overflow: clip;
  line-height: 30px;text-indent: 2em;}

.content1 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  text-overflow: clip;
  height: 90px; }

.content2 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  text-overflow: clip;
  height: 30px; }

body {
  width: 100%;
  overflow: hiddden; }

.img {
  width: 100%;
  height: auto; }

.img img {
  width: 100%;
  height: auto;
  object-fit: cover; }

body {
  font: 14px/1.86em 'Microsoft Yahei','SimSun',sans-serifline;
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden;
  width: 100%; }
  [data-dpr="2"] body {
    font-size: 28px;
    line-height: 48px; }
  [data-dpr="3"] body {
    font-size: 42px;
    line-height: 72px; }

.toTop {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  padding: 15px;
  color: #fff;
  position: fixed;
  right: 30px;
  bottom: 60px;
  z-index: 9999;
  border-radius: 4px; }

.toTop::after {
  width: 15px;
  height: 15px;
  content: "";
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  display: block;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  margin-top: 10px; }

header {
  padding: 20px 0; }
  header .logo {
    float: left;
    height: 54px;
    width: auto; }
    header .logo img {
      width: auto;
      height: 100%; }
  header nav {
    float: right; }
    header nav ul li {
      float: left;
      padding: 0 20px;
      line-height: 54px; }
      header nav ul li a {
        font-size: 18px; }

.full-screen {
  position: relative; }
  .full-screen img {
    position: absolute;
    top: center;
    left: center;
    height: 100%;
    object-fit: cover; }

.banner {
  height: 700px; }

.banner01 {
  height: 300px; }

h2.style01 {
  text-align: center;
  padding: 40px 0 30px 0;
  font-size: 24px;
  color: #152542; }

h2.style02 {
  padding: 30px 0 10px 0;
  border-bottom: 3px solid #f1f1f1;
  margin-bottom: 20px; }
  h2.style02 span {
    float: left;
    font-size: 24px;
    color: #152542;
    position: relative;
    padding-left: 20px; }
    h2.style02 span:before {
      display: block;
      content: "";
      width: 5px;
      height: 30px;
      position: absolute;
      left: 0;
      top: 0;
      background-color: #2151a3;
      border-radius: 1px; }
  h2.style02 .more {
    float: right;
    position: relative;
    color: #fff;
    font-size: 12px;
    padding-right: 20px;
    bottom: -5px; }
    h2.style02 .more:before {
      display: block;
      content: "";
      width: 80px;
      height: 24px;
      line-height: 24px;
      position: absolute;
      right: 0;
      top: 0;
      background: #2151a3;
      z-index: -1;
      border-radius: 2px; }

h2.style03 {
  text-align: center;
  font-size: 24px;
  color: #fff;
  position: relative;
  line-height: 50px;
  margin: 40px 0 10px 0;
  text-shadow: 0px 3px 1px #2151a3 !important; }
  h2.style03:before {
    content: "";
    display: block;
    height: 0;
    width: 80%;
    border-width: 0px 60px 50px 60px;
    border-style: none solid solid;
    border-color: transparent transparent #73b3f8;
    position: absolute;
    z-index: -1; }
  h2.style03 a {
    color: #fff; }

h3.style01 {
  font-size: 16px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #f1f1f1;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  margin-top: 15px; }

.newsP {
  padding: 10px 0 20px 0;
  text-indent: 2em; }

.index-about {
  width: 66.8% !important; }

ul.index-about-list li {
  padding: 15px 0 15px 50px;
  background: url(../images/selected.png) no-repeat left 15px;
  background-size: 32px 32px; }
  ul.index-about-list li strong {
    font-size: 16px; }
  ul.index-about-list li time {
    display: block;
    font-size: 24px;
    color: #ddd;
    margin-bottom: 10px; }
  ul.index-about-list li .more {
    display: block;
    color: #73b3f8; }
    ul.index-about-list li .more:hover {
      color: #ef7b1b;
      text-decoration: underline; }

.product-sort {
  width: 30% !important;
  margin-top: 40px;
  background: #2151a3; }
  .product-sort h2 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    padding: 40px 0px 10px 0px; }
    .product-sort h2 em {
      font-style: normal;
      font-size: 10px;
      text-transform: uppercase;
      font-weight: normal; }
  .product-sort ul {
    padding: 10px 15px;
    background: #fff;
    margin: 15px; }
    .product-sort ul li {
      background: #152542;
      margin: 10px 0;
      height: 40px;
      line-height: 40px;
      padding-left: 50px;
      position: relative; }
      .product-sort ul li a {
        color: #fff;
        font-size: 16px; }
      .product-sort ul li:before {
        display: block;
        content: "";
        width: 12px;
        height: 12px;
        background-color: #fff;
        position: absolute;
        left: 20px;
        top: 14px;
        border-radius: 50%; }
  .product-sort .bottom {
    padding: 15px 0;
    color: #fff; }
    .product-sort .bottom h3 {
      text-align: center;
      font-size: 24px; }
      .product-sort .bottom h3 span {
        font-size: 40px;
        padding: 0 3px; }
    .product-sort .bottom p {
      text-align: center;
      background: url(../images/tel.png) no-repeat center 25px;
      padding-top: 80px;
      background-size: 50px 50px;
      margin-bottom: 20px; }
      .product-sort .bottom p span {
        display: block;
        font-size: 30px; }

.line01 {
  background: url(../images/line01.png) no-repeat center bottom; }

.line02 {
  background-color: #f1f1f1;
  padding-bottom: 30px; }

.index-recommend {
  background-color: #fff;
  padding: 0 60px 0 60px;
  position: relative; }
  .index-recommend .btnL, .index-recommend .btnR {
    font-size: 60px;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    text-align: center;
    color: #cbdaf5; }
  .index-recommend .btnL {
    left: 10px; }
  .index-recommend .btnR {
    right: 10px; }

.product-list .img {
  height: 250px;
  width: auto;
  background-color: #f9f9f9;
  padding: 10px;
  border: 1px solid #f1f1f1;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 10px; }
  .product-list .img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.product-list h3 {
  height: 30px;
  line-height: 30px; }
  .product-list h3 a {
    font-size: 16px; }
.product-list p {
  color: #999; }

.case-list li {
  background-color: #fff;
  border: 1px solid #cbdaf5;
  padding: 15px;
  padding-bottom: 20px;
  position: relative; }
    .case-list li .img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .case-list li strong a {
    font-size: 18px;
    color: #333;
    font-weight: normal; }
  .case-list li p {
    color: #999; }
  .case-list li time {
    color: #ddd;
    font-size: 18px;
    display: block;
    padding-top: 5px;
    font-weight: normal; }
  .case-list li a.more {
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #fff;
    line-height: 46px;
    text-align: center;
    font-size: 40px;
    color: #cbdaf5;
    position: absolute;
    left: 50%;
    margin-left: -23px;
    bottom: -23px; }
    .case-list li a.more:before {
      display: block;
      content: "";
      width: 52px;
      height: 52px;
      border-radius: 50%;
      position: absolute;
      left: 50%;
      margin-left: -26px;
      bottom: -10px;
      background-color: #cbdaf5;
      z-index: -1; }

.case-list li:hover .img img {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  -webkit-transition: all 1s;
  transition: all 1s; }
.case-list li:hover a.more {
  background-color: #cbdaf5;
  width: 52px;
  height: 52px;
  line-height: 64px;
  color: #fff;
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  -webkit-transition: all 1s;
  transition: all 1s; }
  .case-list li:hover a.more:before {
    background-color: #2151a3; }

.line03 {
  padding-bottom: 30px; }

.line04 .col {
  width: 45%; }
.line04 .col:nth-of-type(2) {
  margin-left: 10%; }
.line04 ul.index-about-list {
  border-top: 0px;
  margin-top: 20px; }
  .line04 ul.index-about-list li {
    background-image: url(../images/add.png); }

.friendlink {
  padding: 0 0 15px 0; }
  .friendlink a {
    padding: 0 8px; }

footer {
  background: #152542;
  padding: 20px 0; }
  footer .wapper {
    padding-left: 210px;
    background: url(../images/logo-bottom.png) no-repeat left center;
    background-size: auto 50px; }
  footer address {
    font-style: normal; }
  footer a {
    color: #fff; }
  footer .grid4 .col {
    margin-bottom: 0;
    color: #cbdaf5; }
    footer .grid4 .col a {
      color: #cbdaf5; }
    footer .grid4 .col:last-child {
      text-align: center;
      padding-top: 30px; }
      footer .grid4 .col:last-child img {
        width: 60%;
        margin: 0 auto;
        display: block; }
  footer h2 {
    font-size: 20px;
    padding: 15px 0;
    color: #fff;
    font-weight: normal; }

.copyright {
  background-color: #121f38;
  text-align: center;
  color: #cbdaf5;
  padding: 15px 0; }
  .copyright a {
    color: #cbdaf5; }

.line02 .product-list {
  height: 370px;
  width: 100%;
  overflow: hidden;
  margin-left: 0; }
  .line02 .product-list .col {
    margin-left: 0;
    margin: 0 1.2%;
    margin-bottom: 30px; }

.position {
  height: 40px;
  line-height: 40px;
  border-bottom: 2px solid #f1f1f1;
  margin-bottom: 30px; }

.mainbody {
  margin-bottom: 30px; }

.left {
  width: 25%;
  float: left; }

.right {
  width: 71%;
  float: right;
  padding: 15px 30px;
  box-shadow: 0px 1px 12px -4px #2151a3;
  border-radius: 2px; }

.left .product-sort {
  margin-top: 0;
  margin-left: 0;
  width: 100% !important; }
  .left .product-sort .bottom {
    padding: 15px 0;
    color: #fff; }
    .left .product-sort .bottom h3 {
      text-align: center;
      font-size: 22px; }
      .left .product-sort .bottom h3 span {
        font-size: 30px;
        padding: 0 3px; }

.right .case-list li {
  padding: 10px;
  padding-bottom: 20px;
  margin-bottom: 50px; }
  .right .case-list li:nth-of-type(3n+1) {
    margin-left: 0; }

.right-product-detail {
  border-top: 2px solid #f1f1f1;
  border-bottom: 2px solid #f1f1f1;
  padding: 15px 0; }

.right-product-detail {
  position: relative; }
  .right-product-detail .col {
    margin-bottom: 0; }
  .right-product-detail .contact {
    position: absolute;
    bottom: 15px; }
    .right-product-detail .contact span {
      display: inline-block;
      height: 40px;
      line-height: 40px;
      margin-right: 30px;
      font-size: 16px; }
      .right-product-detail .contact span a {
        font-size: 16px; }
      .right-product-detail .contact span:first-child {
        display: block;
        width: 150px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: #2151a3;
        color: #fff;
        border-radius: 4px;
        margin-bottom: 10px; }
        .right-product-detail .contact span:first-child a {
          color: #fff;
          font-size: 18px; }
      .right-product-detail .contact span:nth-of-type(2), .right-product-detail .contact span:nth-of-type(3) {
        background: url(../images/mobile.png) no-repeat left center;
        background-size: 24px 24px;
        padding-left: 25px; }
      .right-product-detail .contact span:nth-of-type(3) {
        background-image: url(../images/telephone.png); }

.product-list-style {
  margin-top: 20px; }
  .product-list-style .col {
    text-align: center;
    margin-bottom: 0; }
    .product-list-style .col .img {
      border: 1px solid #f1f1f1;
      padding: 10px; }

.article-list-style {
  margin-top: 20px; }
  .article-list-style li {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 0;
    height: 40px;
    line-height: 40px;
    position: relative;
    padding-left: 20px; }
    .article-list-style li:before {
      display: block;
      content: "";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      border: 1px solid #f1f1f1;
      position: absolute;
      left: 0;
      top: 18px;
      background-color: #cbdaf5; }
    .article-list-style li:nth-of-type(2n+1) {
      margin-left: 0; }

.leave-message {
  margin-top: 30px; }

.article-content-bottom .leave-message {
  margin-top: 0px; }

.leave-message .txt {
  border: 1px solid #dcdcdc;
  height: 30px;
  line-height: 30px;
  padding: 0 8px; }

.leave-message tr {
  height: 45px;
  line-height: 30px; }

.leave-message tr td:first-child {
  text-align: right;
  padding-right: 10px; }

.leave-message textarea {
  border: 1px solid #dcdcdc;
  width: 85%;
  margin-top: 10px;
  padding: 8px;
  height: 100%; }

.leave-message .submit {
  width: 120px;
  height: 30px;
  line-height: 30px;
  background-color: #b2ddff;
  margin-right: 15px; }

.leave-message .submit:hover {
  background-color: #247bc2;
  color: #fff; }

.leave-message .submit:nth-of-type(2) {
  background-color: #dedede; }

.leave-message .submit:nth-of-type(2):hover {
  background-color: #88939b;
  color: #fff; }

.leave-message textarea {
  height: 150px; }

.right table, .right table tr, .right table tr td {
  border: 1px solid #dfdfdf;
  border-collapse: collapse;
  padding: 4px 6px; }

.right .leave-message, .right .leave-message tr, .right .leave-message tr td {
  border: 0 none; }

.table {
  width: 100%;
  height: auto;
  margin-bottom: 0.26667rem;
  overflow-x: auto; }

address {
  font-style: normal; }

.right .pic {
  text-align: center;
  margin: 0 auto; }

.bshare-custom {
  margin: 15px 0; }

.subtitle {
  font-size: 12px;
  text-align: center;
  color: #999;
  font-weight: normal;
  padding-top: 5px;
  padding-bottom: 10px;
  border-bottom: 3px solid #cbdaf5; }
  .subtitle span {
    padding: 0 10px; }

.Summary {
  padding: 5px;
  border: 1px dotted #cbdaf5;
  color: #999;
  font-size: 12px;
  text-indent: 2em; }

h2.style01.news-content {
  padding-bottom: 5px; }

@media screen and (max-width: 768px) {
  .line02 .product-list {
    height: auto; }

  .logo {
    position: relative;
    left: 50%;
    margin-left: -75px; }

  footer .grid4 .col {
    width: 48.4% !important; }
  footer .wapper {
    background: none;
    padding-left: 0;
    padding: 0 15px; }

  .product-list .img img {
    width: 40%; }

  .case-list li .img {
    height: auto; }

  .line01 .col {
    width: 100% !important; }

  .banner {
    height: 300px; }
    .banner img {
      height: 300px; }

  .banner01 {
    height: 150px; }
    .banner01 img {
      height: 150px; } }

/*# sourceMappingURL=mycss.css.map */

.case-list li .img {
    height: 160px;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden; }
.product-list .img {
  height: 200px;
  width: auto;
  background-color: #f9f9f9;
  padding: 10px;
  border: 1px solid #f1f1f1;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 10px; }
 .line02 .product-list {
  height: 320px;
  width: 100%;
  overflow: hidden;
  margin-left: 0; }
 .right p{
  line-height:30px;
  text-indent: 2ex;
  padding: 5px;
 }